home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / treasure.swf / scripts / frame_3 / PlaceObject2_107_162 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2011-01-06  |  172 b   |  9 lines

  1. onClipEvent(load){
  2.    this._visible = false;
  3.    this.X = this._x;
  4.    this.Y = this._y;
  5.    this._x = -100;
  6.    this._y = -100;
  7.    this._xscale = this._yscale = 80;
  8. }
  9.